Welcome![Sign In][Sign Up]
Location:
Search - curve fitting bezier

Search list

[Other resourcevb_bezierfit

Description: 这是一个分别用Bezier曲线和B样条曲线进行曲线拟合的例子 程序用VB6.0中文版编写 例子中需要一个窗体和一个按钮(使用默认的名字) 在本例中,黑色的线条是对坐标系上各点的直接连线 黄色的线仅对点间连线进行近似拟合,并不通过每一个点,使用的是B样条曲线 蓝色的线通过除第一个点和最后一个点之外的每一个点,使用的是Bezier曲线-This is a difference with Bezier curves and B-spline curves curve fitting example of the procedures used to prepare the Chinese version VB6.0 need an example of the form and a button (use the default name), in this case, the black lines of the coordinates of the point on the direct connection of the yellow line between the only point Approximate line fitting, does not pass through every point, the use of B-spline curve through the blue line in addition to a final point and a point outside of each one, using a Bezier curve
Platform: | Size: 2253 | Author: qiao | Hits:

[Algorithmvb_bezierfit

Description: 这是一个分别用Bezier曲线和B样条曲线进行曲线拟合的例子 程序用VB6.0中文版编写 例子中需要一个窗体和一个按钮(使用默认的名字) 在本例中,黑色的线条是对坐标系上各点的直接连线 黄色的线仅对点间连线进行近似拟合,并不通过每一个点,使用的是B样条曲线 蓝色的线通过除第一个点和最后一个点之外的每一个点,使用的是Bezier曲线-This is a difference with Bezier curves and B-spline curves curve fitting example of the procedures used to prepare the Chinese version VB6.0 need an example of the form and a button (use the default name), in this case, the black lines of the coordinates of the point on the direct connection of the yellow line between the only point Approximate line fitting, does not pass through every point, the use of B-spline curve through the blue line in addition to a final point and a point outside of each one, using a Bezier curve
Platform: | Size: 2048 | Author: qiao | Hits:

[Other systemsCehuiSource

Description: 测绘相关源码 包括:角度化弧度、弧度化角度、计算两点间的方位角、B_三次样条函数(曲线拟合)、贝赛尔曲线。-Surveying and Mapping-related source, including: the angle of curvature, arc angle of the calculation of the azimuth between two points, B_ cubic spline function (curve fitting), Bezier curves.
Platform: | Size: 2048 | Author: Tranlynn | Hits:

[matlabBezier_Curve_Plotter

Description: 自己编写的matlab gui可以实现贝塞尔曲线的参数选择和拟合效果-I have written matlab gui Bezier curves can realize the parameters of selection and fitting the effect of
Platform: | Size: 11264 | Author: thusimon | Hits:

[Graph Drawingbeisaier

Description: 根据工程数据点进行贝塞尔曲线拟合的程序,进行拟合后直接在FORM上绘制贝塞尔曲线-According to data points for Bezier curve fitting procedures to fit directly in the drawing Bezier curves FORM
Platform: | Size: 4096 | Author: 张羽 | Hits:

[OpenGL program4_MyBezier

Description: 贝塞尔曲线拟合 VC++6.0 OPENGL开发环境下 实现贝塞尔曲线拟合-Bezier curve fitting VC++ 6.0 OPENGL realize development environment Bessel curve fitting
Platform: | Size: 321536 | Author: liu | Hits:

[Graph programBezierCurves_dshbds

Description: Bezier curves are the most fundamental curves, used generally in computer graphics and image processing. These curves are mainly used in interpolation, approximation, curve fitting, and object representation. In this article, I will demonstrate, in a very simple and straightforward way, how one can construct these curves and make use of them.
Platform: | Size: 59392 | Author: srhg | Hits:

[Graph Drawingbezier

Description: 基于vc对话框的bezier曲线绘制程序,通过控制顶点绘制,而不是拟合-Vc dialog based on the bezier curve drawing program, draw through the control points, rather than fitting
Platform: | Size: 35840 | Author: 王建 | Hits:

[matlabBezier_circle

Description: 贝塞尔曲线拟合程序,完全利用matlab实现-Bezier curve fitting procedures
Platform: | Size: 2048 | Author: caixin | Hits:

[Graph DrawingBezier

Description: MFC绘制Bezier曲线,B样条曲线,曲线拟合-MFC Drawing Bezier curves, B-spline curve, curve fitting
Platform: | Size: 3630080 | Author: tina | Hits:

[Windows Develop4_MyBezier

Description: bezier曲线拟合,给出离散信息点,然后用三次bezier拟合,有界面-bezier curve fitting, given the discrete information point, and then fitted with cubic bezier has interface
Platform: | Size: 1923072 | Author: 晶晶 | Hits:

[Graph DrawingBspline_MFC

Description: MFC绘制Bezier曲线,B样条曲线,曲线拟合-MFC Drawing Bezier curves, B-spline curve, curve fitting
Platform: | Size: 1935360 | Author: liu | Hits:

[JSP/JavaFGPathBezier3

Description: 利用java编写的路径平滑算法,采用2次+3次贝塞尔曲线拟合路径,并且可以按照一定距离间隔生成采样点-Written using java path smoothing algorithm, using the 2+3 Bezier curve fitting path, and the sampling points can be generated in accordance with a certain distance interval
Platform: | Size: 2048 | Author: 何荣辉 | Hits:

[GDI-BitmapCurveTest

Description: 该程序采用多种方法对数据进行曲线拟合,其中包含B样曲线,贝塞尔曲线,三次b样曲线等-The program uses a variety of methods of data curve fitting, which contains the B-spline curve, Bezier curves, three b-spline curve
Platform: | Size: 10382336 | Author: 林雪华 | Hits:

[Special EffectsBezier

Description: 对于离散点的基于贝塞尔算法的曲线拟合的可视化实现。 bezier_curve是具体算法实现。 glwidget为基于Qt的图像的绘制。-Visualization of discrete points of curve fitting based on the Bezier algorithm implementation. bezier_curve specific algorithm. glwidget is based on Qt' s drawing of the image.
Platform: | Size: 59392 | Author: hpudn67 | Hits:

[2D GraphicMFC-draw--bezier-b_spline

Description: MFC绘制Bezier曲线-B样条曲线-曲线拟合-MFC drawing Bezier curve-B-spline curve- curve fitting
Platform: | Size: 116736 | Author: scenic | Hits:

[Special EffectsBezierCurves

Description: Bezier曲线拟合程序,鼠标点击输入控制点,通过Bezier插值拟合出平滑的3次bezier曲线-Bezier curve fitting procedures, mouse click input control point by fitting a smooth Bezier interpolation 3 times bezier curve
Platform: | Size: 59392 | Author: lili | Hits:

[Special EffectsBezier

Description: Bezier曲线拟合,使用c++语言,绘制Bezier曲线,即根据给定的控制顶点,得到Bezier曲线-Bezier curve fitting, using c++ language, drawing Bezier curve, that is, according to the given control vertices, get Bezier curve
Platform: | Size: 1024 | Author: moyan | Hits:

[matlabBezier_matlab

Description: 实现bezier曲线拟合,简单的自行增阶的gui界面(Achieve Bezier curve fitting, simple self increasing GUI interface)
Platform: | Size: 73728 | Author: manual20 | Hits:

[matlabMATLAB

Description: 离散点拟合贝塞尔曲线,可以改变阶数,求控制点并求出误差(Fitting Bezier curve with discrete points)
Platform: | Size: 4096 | Author: Adrienlee | Hits:
« 12 »

CodeBus www.codebus.net